net/http.http2clientStream.readAborted (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7760: 	readAborted     bool  // read loop reset the stream
		h2_bundle.go#L10059: 	cs.readAborted = true
		h2_bundle.go#L10080: 	if cs != nil && !cs.readAborted {